home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 5 / MacMania 5.toast / / Tools&Utilities / TimGA 1.1 / Graphs / Davidson & Harel / Fig. 02 < prev    next >
Encoding:
Text File  |  1995-08-07  |  375 b   |  51 lines  |  [TEXT/TiGA]

  1.  
  2. |V|:    24        // Number of nodes
  3. |E|:    40        // Number of edges
  4.  
  5.     1    2        // Edges are represented as pairs of node numbers...
  6.     2    3
  7.     3    4
  8.     4    5
  9.     5    6
  10.     6    7
  11.     7    8
  12.     8    1
  13.  
  14.     1    9
  15.     2    10
  16.     3    11
  17.     4    12
  18.     5    13
  19.     6    14
  20.     7    15
  21.     8    16
  22.     
  23.     9    10
  24.     10    11
  25.     11    12
  26.     12    13
  27.     13    14
  28.     14    15
  29.     15    16
  30.     16    9
  31.     
  32.     9    17
  33.     10    18
  34.     11    19
  35.     12    20
  36.     13    21
  37.     14    22
  38.     15    23
  39.     16    24
  40.  
  41.     17    18
  42.     18    19
  43.     19    20
  44.     20    21
  45.     21    22
  46.     22    23
  47.     23    24
  48.     24    17
  49.  
  50. ---
  51.